home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / c / StormC_DEMO105.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  20.9 KB  |  463 lines

  1. Short:        StormC: ANSI C & C++ Development System
  2. Author:       HAAGE & PARTNER Computer
  3. Uploader:     100654.3133@compuserve.com (Markus Nerding)
  4. Version:      1.05
  5. Type:         dev/c
  6. Requires:     OS 2.0, 3-6 MB RAM, hard drive
  7. Kurz:         StormC: ANSI-C & C++ Entwicklungssystem
  8. Distribution: AmiNet
  9. Replaces:     dev/c/StormC_DEMO.lha
  10.  
  11.  
  12. StormC
  13.  
  14. The versatile programming system for you and your Amiga! 
  15. ========================================================
  16.  
  17. At the COMPUTER 95 we were introducing our brand-new C/C++ development
  18. system called StormC. It is a highly integrated software development
  19. system, containing an editor, compiler, linker, debugger and a
  20. RunShell with some very special features.
  21.  
  22. The heart of StormC is its project management tool, which differs from
  23. the traditional MAKE because really every part of the project
  24. including source, includes and documentation can be managed by it and
  25. represented graphically.
  26. The very fast editor displays key-words colourfully. This option gives
  27. the programmer a good control while he is typing the source code,
  28. because it is a kind of syntax check and it improves the readability
  29. of the text.
  30. The StormC compiler handles ANSI C and C++ code and generates
  31. optimised code for the whole Motorola 68xxx family (including 68060
  32. and 68881/882).
  33.  
  34. The RunShell is a run-time system that monitors the running
  35. application and prevents it from crashing the system. It also offers
  36. resource tracking, i.e. it controls the use of resources by the
  37. program and handles cases where it neglects to free them.
  38.     
  39. Another feature of the RunShell is the option to start the debugger.
  40. This can be done during (!) the run-time of the program. So you don't
  41. have to decide for debugging before compiling. The debugger is
  42. integrated into the editor. This means that while you are debugging
  43. and setting breakpoints you are working in the editor. The structure
  44. and the colouring of the source code are still there. This is a very
  45. handy feature that makes debugging a fast and easy process.
  46.  
  47.  
  48. The Features of StormC
  49. ======================
  50. StormC contains all development tools imperative for efficient
  51. engineering:
  52.  
  53. Flexible project management - StormShell
  54.  
  55. - management of multiple projects
  56. - hierarchical projects with section folding
  57. - Drag&Drop
  58. - automatic file-type recognition (sources, libraries, object files,
  59.   documentation...)
  60. - Toolbar with Tooltips (help function)
  61. - full configurable (>50 option requesters)
  62.  
  63. Fast source editor - StormED
  64.  
  65. - multiple-window editor
  66. - syntax colouring
  67. - user defined dictionary
  68. - perfect source structuring
  69. - unlimited Undo/Redo
  70. - fast search&replace
  71. - runs on graphics boards
  72.  
  73. Very fast ANSI-C & C++ compiler - StormC
  74.  
  75. - 2-in-1 compiler system: ANSI-C & C++ (AT&T standard 3.0)
  76. - exception handling & templates
  77. - high-speed compiler
  78. - very good turn-around
  79. - code generation for all Motorola 68xxx (incl. 68060, 68881/68882)
  80. - single-pass compiler
  81. - powerful inlining
  82. - highly compatible with SAS/C, DICE, Aztec C, MaxonC, GCC
  83. - precompiled headers or header caching
  84. - multiple-pass optimiser
  85.  
  86. Optimising Linker - StormLINK
  87.  
  88. - very fast linker
  89. - near-code optimiser
  90. - type-save linking
  91. - generates ROM code
  92. - easy generation of shared libraries
  93. - compatible to SAS/C- and MaxonC libraries
  94.  
  95. Run-time system - RunShell
  96.  
  97. - run-time system
  98. - resource tracking
  99. - controlled program interrupt
  100. - any time start of debugger
  101.  
  102. Comfortable source level debugger - StormDEBUG
  103.  
  104. - multiple windows
  105. - output into editor window
  106. - easy breakpoint settings
  107. - automatic value refresh
  108. - inspect windows for variables, structs, classes
  109. - editable typecasting
  110. - HEX editor
  111.  
  112. Further features
  113.  
  114. - fully localised (German, English, soon: French/Italian)
  115. - localised error reports
  116. - full multitasking
  117. - customised environment
  118. - extensive libraries for ANSI-C, C++, Amiga OS
  119. - OS 3.1 system include files
  120.  
  121.  
  122. NEW FEATURES
  123.  
  124. Many enhancements since the first Preview/Demo.
  125.  
  126.  
  127. SPECIAL REQUIREMENTS
  128.  
  129. any Amiga model
  130. hard drive
  131. AmigaOS 2.0 or higher required
  132. 3 MB RAM 
  133. (some functionality is only available with a minimum of 6 MB RAM)
  134.      
  135.  
  136. PRICE
  137.  
  138. StormC     598 DM (~398 $)
  139. Upgrade    398 DM (~265 $)
  140. (from any commercial programming language)
  141.  
  142. Demo       (w/ includes & libraries)
  143.            20 DM         (within Germany)
  144.            30 DM or 20 $ (all other countries)  
  145.  
  146.  
  147. ANNOUNCEMENT: StormC for PowerAMIGA
  148.  
  149. HAAGE & PARTNER COMPUTER announces a special PowerPC version of StormC
  150. for the 3rd quarter of 1996. This version will be developed in tight
  151. deliberation with Amiga Technologies and PHASE 5 digital products.
  152. Programs developed with StormC can be ported to PowerPC Amiga
  153. directly. Because of the native code the increase of speed should be
  154. enormous.
  155.  
  156.  
  157. LIMITATION OF THE DEMO
  158.  
  159. - max. compiler output is 10 KB
  160. - max. linker output is 20 KB executable
  161. - Amiga includes & libraries are missing
  162.   (they are copyrighted by ESCOM/Amiga Technologies)
  163.  
  164.  
  165. COMPANY
  166.  
  167. HAAGE & PARTNER Computer GmbH
  168. Mainzer Str. 10A
  169. 61191 Rosbach v.d.H.
  170. Germany
  171.  
  172. Phone: ++49 - 6007 - 93 00 50    
  173. Fax:   ++49 - 6007 - 75 43 
  174.  
  175. Compuserve: 100654,3133
  176. Internet: 100654.3133@compuserve.com
  177.  
  178. Homepage: http://home.pages.de/~haage
  179.  
  180.  
  181. ============================= Archive contents =============================
  182.  
  183. Original  Packed Ratio    Date     Time    Name
  184. -------- ------- ----- --------- --------  -------------
  185.     3406    1020 70.0% 12-Mar-96 14:17:20  StormC-Demo.info
  186.    61640   61640  0.0% 06-Jul-94 12:42:38 +Installer
  187.    12880    7830 39.2% 23-Nov-94 20:40:52 +More
  188.      483     248 48.6% 25-Jan-96 11:32:30 +def_project.info
  189.      788     438 44.4% 25-Jan-96 11:00:02 +def_text.c.info
  190.      788     439 44.2% 25-Jan-96 11:00:02 +def_text.cc.info
  191.      773     426 44.8% 21-Feb-96 10:19:48 +def_text.cpp.info
  192.      776     425 45.2% 25-Jan-96 11:32:56 +def_text.h.info
  193.      773     429 44.5% 21-Feb-96 10:16:24 +def_text.info
  194.     2657     648 75.6% 12-Mar-96 14:17:30 +Examples.info
  195.     2657     634 76.1% 12-Mar-96 14:17:30 +ColorWheel.info
  196.     7233    2395 66.8% 18-Jan-96 14:47:40 +ColorWheel.c
  197.      803     370 53.9% 12-Jan-96 22:16:34 +Colorwheel.¶
  198.      667     381 42.8% 12-Jan-96 22:40:40 +Colorwheel.¶.info
  199.     2657     635 76.1% 12-Mar-96 14:17:30 +GadTools.info
  200.    24520    7408 69.7% 18-Jan-96 14:49:54 +gadtools.c
  201.      790     364 53.9% 12-Jan-96 22:19:18 +GadTools.¶
  202.      510     271 46.8% 12-Jan-96 22:41:16 +GadTools.¶.info
  203.      452     276 38.9% 22-Feb-96 15:13:32 +assert.h
  204.     4613    1661 63.9% 02-Jan-96 14:57:44 +alib_protos.h
  205.      831     429 48.3% 02-Jan-96 14:58:02 +alib_stdio_protos.h
  206.     1361     381 72.0% 29-Dec-95 10:12:10 +all_protos.h
  207.     2461     839 65.9% 02-Jan-96 14:58:36 +amigaguide_protos.h
  208.     1203     565 53.0% 02-Jan-96 14:58:58 +asl_protos.h
  209.      647     375 42.0% 02-Jan-96 14:59:14 +battclock_protos.h
  210.      760     404 46.8% 02-Jan-96 14:59:38 +battmem_protos.h
  211.     1132     476 57.9% 02-Jan-96 14:59:52 +bullet_protos.h
  212.     1631     659 59.5% 02-Jan-96 15:00:16 +cardres_protos.h
  213.      933     435 53.3% 02-Jan-96 15:00:34 +cia_protos.h
  214.      853     455 46.6% 02-Jan-96 15:00:52 +colorwheel_protos.h
  215.     2278     924 59.4% 02-Jan-96 15:01:20 +commodities_protos.h
  216.      924     507 45.1% 02-Jan-96 15:01:38 +console_protos.h
  217.     2713     874 67.7% 02-Jan-96 15:02:00 +datatypes_protos.h
  218.      781     423 45.8% 02-Jan-96 15:02:50 +disk_protos.h
  219.     1083     533 50.7% 02-Jan-96 15:02:28 +diskfont_protos.h
  220.    10331    2926 71.6% 02-Jan-96 15:03:10 +dos_protos.h
  221.      767     422 44.9% 02-Jan-96 15:03:40 +dtclass_protos.h
  222.     8778    2232 74.5% 02-Jan-96 15:03:58 +exec_protos.h
  223.     2127     739 65.2% 02-Jan-96 15:04:16 +expansion_protos.h
  224.     3052     960 68.5% 02-Jan-96 15:04:34 +gadtools_protos.h
  225.    13867    3155 77.2% 02-Jan-96 15:05:02 +graphics_protos.h
  226.     1354     607 55.1% 02-Jan-96 15:05:20 +icon_protos.h
  227.     3698    1082 70.7% 02-Jan-96 15:05:38 +iffparse_protos.h
  228.      606     375 38.1% 02-Jan-96 15:05:54 +input_protos.h
  229.    11897    2945 75.2% 02-Jan-96 15:06:18 +intuition_protos.h
  230.      940     492 47.6% 02-Jan-96 15:06:34 +keymap_protos.h
  231.     3116     882 71.6% 02-Jan-96 15:06:56 +layers_protos.h
  232.     2737     862 68.5% 02-Jan-96 15:07:32 +locale_protos.h
  233.     1866     807 56.7% 02-Jan-96 15:07:52 +lowlevel_protos.h
  234.      351     230 34.4% 15-Mar-94 20:24:46 +macros.h
  235.     1018     458 55.0% 02-Jan-96 15:08:16 +mathffp_protos.h
  236.     1135     498 56.1% 02-Jan-96 15:08:34 +mathieeedoubbas_protos.h
  237.     1196     453 62.1% 02-Jan-96 15:08:56 +mathieeedoubtrans_protos.h
  238.     1060     450 57.5% 02-Jan-96 15:09:24 +mathieeesingbas_protos.h
  239.     1163     440 62.1% 02-Jan-96 15:09:44 +mathieeesingtrans_protos.h
  240.     1105     463 58.0% 02-Jan-96 15:10:02 +mathtrans_protos.h
  241.      630     373 40.7% 02-Jan-96 15:10:24 +misc_protos.h
  242.     1224     561 54.1% 02-Jan-96 15:10:46 +nonvolatile_protos.h
  243.      665     379 43.0% 02-Jan-96 15:20:06 +potgo_protos.h
  244.      711     406 42.8% 02-Jan-96 15:20:24 +ramdrive_protos.h
  245.     1528     656 57.0% 02-Jan-96 15:20:52 +realtime_protos.h
  246.     1286     570 55.6% 02-Jan-96 15:21:12 +rexxsyslib_protos.h
  247.      791     398 49.6% 02-Jan-96 15:21:28 +timer_protos.h
  248.      649     385 40.6% 02-Jan-96 15:21:42 +translator_protos.h
  249.     4040    1315 67.4% 02-Jan-96 15:22:04 +utility_protos.h
  250.     2028     706 65.1% 02-Jan-96 15:22:20 +wb_protos.h
  251.      534     275 48.5% 22-Feb-96 15:13:30 +ctype.h
  252.      581     344 40.7% 22-Feb-96 15:13:30 +errno.h
  253.      479     303 36.7% 22-Feb-96 15:13:30 +exception.h
  254.      874     343 60.7% 22-Feb-96 15:13:30 +filedefs.h
  255.     2104     686 67.3% 22-Feb-96 15:13:32 +fstream.h
  256.      290     214 26.2% 28-Dec-95 22:57:54 +functions.h
  257.     2534     712 71.9% 22-Feb-96 15:13:32 +iomanip.h
  258.    11838    2791 76.4% 22-Feb-96 15:13:32 +iostream.h
  259.      724     292 59.6% 22-Feb-96 15:13:30 +limits.h
  260.      428     275 35.7% 22-Feb-96 15:13:30 +linkerfunc.h
  261.      817     325 60.2% 22-Feb-96 15:13:30 +math.h
  262.      374     245 34.4% 22-Feb-96 15:13:30 +new.h
  263.     1642     436 73.4% 02-Jan-96 15:23:30 +all_lib.h
  264.     2132     559 73.7% 02-Jan-96 15:23:50 +amigaguide_lib.h
  265.      799     360 54.9% 02-Jan-96 15:24:18 +asl_lib.h
  266.      558     306 45.1% 02-Jan-96 15:24:32 +battclock_lib.h
  267.      616     326 47.0% 02-Jan-96 15:24:48 +battmem_lib.h
  268.      817     355 56.5% 02-Jan-96 15:25:10 +bullet_lib.h
  269.     1332     486 63.5% 02-Jan-96 15:25:26 +cardres_lib.h
  270.      565     309 45.3% 02-Jan-96 15:25:58 +cia_lib.h
  271.      523     312 40.3% 02-Jan-96 15:26:44 +colorwheel_lib.h
  272.     1670     550 67.0% 02-Jan-96 15:27:00 +commodities_lib.h
  273.      509     315 38.1% 02-Jan-96 15:27:14 +console_lib.h
  274.     1785     533 70.1% 02-Jan-96 15:27:34 +datatypes_lib.h
  275.      644     324 49.6% 02-Jan-96 15:28:08 +disk_lib.h
  276.      684     347 49.2% 02-Jan-96 15:27:52 +diskfont_lib.h
  277.     8490    1743 79.4% 02-Jan-96 15:28:38 +dos_lib.h
  278.      435     283 34.9% 02-Jan-96 15:28:58 +dtclass_lib.h
  279.     6429    1406 78.1% 02-Jan-96 15:29:26 +exec_lib.h
  280.     1642     516 68.5% 02-Jan-96 15:29:48 +expansion_lib.h
  281.     2073     590 71.5% 02-Jan-96 15:30:08 +gadtools_lib.h
  282.     9490    2019 78.7% 02-Jan-96 15:30:30 +graphics_lib.h
  283.     1008     412 59.1% 02-Jan-96 15:30:46 +icon_lib.h
  284.     2699     682 74.7% 02-Jan-96 15:31:02 +iffparse_lib.h
  285.      424     279 34.1% 02-Jan-96 15:31:18 +input_lib.h
  286.     8484    1667 80.3% 02-Jan-96 15:31:44 +intuition_lib.h
  287.      606     330 45.5% 02-Jan-96 15:32:00 +keymap_lib.h
  288.     2275     623 72.6% 02-Jan-96 15:32:18 +layers_lib.h
  289.     1728     527 69.5% 02-Jan-96 15:32:40 +locale_lib.h
  290.     1355     490 63.8% 02-Jan-96 15:33:02 +lowlevel_lib.h
  291.      918     372 59.4% 02-Jan-96 15:33:16 +mathffp_lib.h
  292.     1186     406 65.7% 02-Jan-96 15:33:34 +mathieeedoubbas_lib.h
  293.     1527     445 70.8% 02-Jan-96 15:33:56 +mathieeedoubtrans_lib.h
  294.     1138     395 65.2% 02-Jan-96 15:34:10 +mathieeesingbas_lib.h
  295.     1476     432 70.7% 02-Jan-96 15:34:24 +mathieeesingtrans_lib.h
  296.     1232     405 67.1% 02-Jan-96 15:34:38 +mathtrans_lib.h
  297.      479     297 37.9% 02-Jan-96 15:34:54 +misc_lib.h
  298.      773     386 50.0% 02-Jan-96 15:35:10 +nonvolatile_lib.h
  299.      525     307 41.5% 02-Jan-96 15:35:34 +potgo_lib.h
  300.      490     296 39.5% 02-Jan-96 15:35:52 +ramdrive_lib.h
  301.     1171     438 62.5% 02-Jan-96 15:36:18 +realtime_lib.h
  302.      958     394 58.8% 02-Jan-96 15:36:32 +rexxsyslib_lib.h
  303.      619     323 47.8% 02-Jan-96 15:36:48 +timer_lib.h
  304.      461     290 37.0% 02-Jan-96 15:37:06 +translator_lib.h
  305.     2574     705 72.6% 02-Jan-96 15:37:28 +utility_lib.h
  306.     1027     402 60.8% 02-Jan-96 15:37:48 +wb_lib.h
  307.      226     188 16.8% 28-Dec-95 23:47:30 +all_pragmas.h
  308.      246     199 19.1% 28-Dec-95 23:47:46 +amigaguide_pragmas.h
  309.      226     188 16.8% 28-Dec-95 23:48:08 +asl_pragmas.h
  310.      244     201 17.6% 28-Dec-95 23:48:28 +battclock_pragmas.h
  311.      238     196 17.6% 28-Dec-95 23:48:46 +battmem_pragmas.h
  312.      235     194 17.4% 28-Dec-95 23:49:04 +bullet_pragmas.h
  313.      238     194 18.4% 28-Dec-95 23:49:20 +cardres_pragmas.h
  314.      226     188 16.8% 28-Dec-95 23:49:42 +cia_pragmas.h
  315.      247     201 18.6% 28-Dec-95 23:50:02 +colorwheel_pragmas.h
  316.      250     204 18.4% 28-Dec-95 23:50:20 +commodities_pragmas.h
  317.      238     196 17.6% 28-Dec-95 23:50:54 +console_pragmas.h
  318.      244     201 17.6% 28-Dec-95 23:51:16 +datatypes_pragmas.h
  319.      229     192 16.1% 28-Dec-95 23:58:18 +disk_pragmas.h
  320.      241     200 17.0% 28-Dec-95 23:57:06 +diskfont_pragmas.h
  321.      226     190 15.9% 28-Dec-95 23:58:34 +dos_pragmas.h
  322.      238     196 17.6% 28-Dec-95 23:59:06 +dtclass_pragmas.h
  323.      229     191 16.5% 28-Dec-95 23:59:48 +exec_pragmas.h
  324.      244     201 17.6% 29-Dec-95 00:00:26 +expansion_pragmas.h
  325.      241     198 17.8% 29-Dec-95 00:00:52 +gadtools_pragmas.h
  326.      241     197 18.2% 29-Dec-95 00:01:40 +graphics_pragmas.h
  327.      229     191 16.5% 29-Dec-95 00:01:54 +icon_pragmas.h
  328.      241     197 18.2% 29-Dec-95 00:02:16 +iffparse_pragmas.h
  329.      232     191 17.6% 29-Dec-95 00:03:22 +input_pragmas.h
  330.      244     199 18.4% 29-Dec-95 00:04:00 +intuition_pragmas.h
  331.      235     196 16.5% 29-Dec-95 00:04:18 +keymap_pragmas.h
  332.      235     194 17.4% 29-Dec-95 00:04:52 +layers_pragmas.h
  333.      235     193 17.8% 29-Dec-95 00:07:04 +locale_pragmas.h
  334.      255     208 18.4% 29-Dec-95 00:07:38 +lowlevel_pragmas.h
  335.      238     197 17.2% 29-Dec-95 00:08:00 +mathffp_pragmas.h
  336.      262     209 20.2% 29-Dec-95 00:08:22 +mathieeedoubbas_pragmas.h
  337.      268     212 20.8% 29-Dec-95 00:09:10 +mathieeedoubtrans_pragmas.h
  338.      262     208 20.6% 29-Dec-95 00:10:06 +mathieeesingbas_pragmas.h
  339.      268     211 21.2% 29-Dec-95 00:11:14 +mathieeesingtrans_pragmas.h
  340.      244     199 18.4% 29-Dec-95 00:11:48 +mathtrans_pragmas.h
  341.      229     191 16.5% 29-Dec-95 00:12:14 +misc_pragmas.h
  342.      264     212 19.6% 29-Dec-95 00:13:18 +nonvolatile_pragmas.h
  343.      232     192 17.2% 29-Dec-95 00:13:36 +potgo_pragmas.h
  344.      241     196 18.6% 29-Dec-95 00:13:54 +ramdrive_pragmas.h
  345.      255     207 18.8% 29-Dec-95 00:14:20 +realtime_pragmas.h
  346.      247     202 18.2% 29-Dec-95 00:14:42 +rexxsyslib_pragmas.h
  347.      232     192 17.2% 29-Dec-95 00:15:04 +timer_pragmas.h
  348.      247     201 18.6% 29-Dec-95 00:15:24 +translator_pragmas.h
  349.      238     197 17.2% 29-Dec-95 00:15:42 +utility_pragmas.h
  350.      223     189 15.2% 29-Dec-95 00:16:00 +wb_pragmas.h
  351.     1313     405 69.1% 29-Dec-95 08:10:54 +all.h
  352.      363     248 31.6% 29-Dec-95 08:09:40 +amigaguide.h
  353.      320     227 29.0% 29-Dec-95 08:11:34 +asl.h
  354.      358     243 32.1% 29-Dec-95 08:12:40 +battclock.h
  355.      346     239 30.9% 29-Dec-95 08:13:14 +battmem.h
  356.      340     236 30.5% 29-Dec-95 08:13:48 +bullet.h
  357.      347     238 31.4% 29-Dec-95 08:14:34 +cardres.h
  358.      326     232 28.8% 29-Dec-95 08:15:10 +cia.h
  359.      364     245 32.6% 29-Dec-95 08:15:46 +colorwheel.h
  360.      360     248 31.1% 29-Dec-95 08:16:18 +commodities.h
  361.      348     239 31.3% 29-Dec-95 08:16:52 +console.h
  362.      358     241 32.6% 29-Dec-95 08:17:24 +datatypes.h
  363.      329     233 29.1% 29-Dec-95 08:17:54 +disk.h
  364.      352     241 31.5% 29-Dec-95 08:18:28 +diskfont.h
  365.      325     231 28.9% 29-Dec-95 08:19:00 +dos.h
  366.      346     239 30.9% 29-Dec-95 08:19:32 +dtclass.h
  367.      525     317 39.6% 31-Dec-95 17:22:04 +exec.h
  368.      784     439 44.0% 31-Dec-95 17:22:04 +exec.h.info
  369.      358     241 32.6% 29-Dec-95 08:21:30 +expansion.h
  370.      351     240 31.6% 29-Dec-95 08:22:02 +gadtools.h
  371.      347     233 32.8% 29-Dec-95 08:22:34 +graphics.h
  372.      328     230 29.8% 29-Dec-95 08:23:04 +icon.h
  373.      352     240 31.8% 29-Dec-95 08:23:32 +iffparse.h
  374.      334     233 30.2% 29-Dec-95 08:27:06 +input.h
  375.      364     238 34.6% 29-Dec-95 08:27:46 +intuition.h
  376.      340     238 30.0% 29-Dec-95 08:28:18 +keymap.h
  377.      340     236 30.5% 29-Dec-95 08:28:52 +layers.h
  378.      340     234 31.1% 29-Dec-95 08:29:22 +locale.h
  379.      352     241 31.5% 29-Dec-95 08:29:50 +lowlevel.h
  380.      343     238 30.6% 29-Dec-95 08:30:18 +mathffp.h
  381.      394     259 34.2% 29-Dec-95 08:30:54 +mathieeedoubbas.h
  382.      408     263 35.5% 29-Dec-95 08:31:22 +mathieeedoubtrans.h
  383.      394     259 34.2% 29-Dec-95 08:31:52 +mathieeesingbas.h
  384.      406     264 34.9% 29-Dec-95 08:32:22 +mathieeesingtrans.h
  385.      358     243 32.1% 29-Dec-95 08:32:50 +mathtrans.h
  386.      327     231 29.3% 29-Dec-95 08:33:24 +misc.h
  387.      361     245 32.1% 29-Dec-95 08:33:52 +nonvolatile.h
  388.      334     233 30.2% 29-Dec-95 08:34:22 +potgo.h
  389.      354     241 31.9% 29-Dec-95 08:34:54 +ramdrive.h
  390.      352     241 31.5% 29-Dec-95 08:35:22 +realtime.h
  391.      361     247 31.5% 29-Dec-95 08:35:54 +rexxsyslib.h
  392.      334     233 30.2% 29-Dec-95 08:36:22 +timer.h
  393.      364     242 33.5% 29-Dec-95 08:36:50 +translator.h
  394.      346     239 30.9% 29-Dec-95 08:37:20 +utility.h
  395.      323     235 27.2% 29-Dec-95 08:37:44 +wb.h
  396.      386     251 34.9% 22-Feb-96 15:13:30 +setjmp.h
  397.      576     311 46.0% 22-Feb-96 15:13:32 +signal.h
  398.      582     319 45.1% 22-Feb-96 15:13:30 +stdarg.h
  399.      420     268 36.1% 22-Feb-96 15:13:30 +stddef.h
  400.     2081     738 64.5% 22-Feb-96 15:13:32 +stdio.h
  401.     1710     647 62.1% 22-Feb-96 15:13:30 +stdlib.h
  402.      765     433 43.3% 22-Feb-96 15:13:30 +libbase.h
  403.      316     223 29.4% 22-Feb-96 15:13:30 +wbstartup.h
  404.     2743     850 69.0% 09-Jan-96 10:52:04 +stream.h
  405.      815     393 51.7% 28-Dec-95 23:06:06 +streamdefs.h
  406.     1222     412 66.2% 22-Feb-96 15:13:32 +string.h
  407.      785     388 50.5% 22-Feb-96 15:13:32 +time.h
  408.      316     223 29.4% 22-Feb-96 15:13:30 +wbstartup.h
  409.     5169     646 87.5% 12-Mar-96 14:17:18 +Install StormC-HD-Deutsch.info
  410.     5177     660 87.2% 12-Mar-96 14:17:18 +Install StormC-HD-English.info
  411.   319476   85585 73.2% 22-Feb-96 14:07:40 +storm.lib
  412.    25799   10961 57.5% 18-Jan-96 18:48:10 +Liesmich
  413.      769     422 45.1% 12-Mar-96 14:17:18 +Liesmich.info
  414.     2657     649 75.5% 12-Mar-96 14:17:18 +Manual.info
  415.    48014   17624 63.2% 12-Mar-96 13:04:54 +StormC-English.guide
  416.      777     440 43.3% 18-Jan-96 18:47:18 +StormC-English.guide.info
  417.    61438   22622 63.1% 16-Nov-95 16:35:56 +StormC.guide
  418.      668     367 45.0% 18-Jan-96 15:48:48 +StormC.guide.info
  419.    10052    4473 55.5% 20-Feb-96 18:35:56 +README
  420.      770     422 45.1% 12-Mar-96 14:17:18 +README.info
  421.    12083    4016 66.7% 12-Mar-96 11:16:24 +StormC Install-Script
  422.    11427    3755 67.1% 12-Mar-96 11:16:26 +StormC Install-Script english
  423.     6585    1754 73.3% 12-Mar-96 14:17:18 +StormCPP.info
  424.    11462    9857 14.0% 16-Feb-96 10:45:56 +ABOUT3.0.IFF
  425.    37854   14176 62.5% 12-Mar-96 10:40:04 +StormCPP.Catalog
  426.    13701    5114 62.6% 01-Nov-95 23:42:58 +Amiga Functions.dic
  427.     3848    1807 53.0% 28-Dec-95 21:42:28 +Amiga Types.dic
  428.     1264     621 50.8% 28-Dec-95 23:06:52 +C Library.dic
  429.      357     237 33.6% 23-Oct-95 08:26:32 +C Symbols.dic
  430.    76521   26499 65.3% 29-Dec-95 18:31:56 +Preprocessor.dic
  431.        0       0  0.0% 21-Aug-95 16:24:40 +User 1.dic
  432.        0       0  0.0% 21-Aug-95 16:24:44 +User 2.dic
  433.        0       0  0.0% 21-Aug-95 16:24:44 +User 3.dic
  434.    12140    2194 81.9% 22-Feb-96 14:06:32 +math000.lib
  435.   107660   41565 61.3% 22-Feb-96 14:06:42 +math040.lib
  436.   107660   41565 61.3% 22-Feb-96 14:06:42 +math060.lib
  437.     8044    1297 83.8% 22-Feb-96 14:06:36 +math881.lib
  438.      452     276 38.9% 22-Feb-96 14:12:02 +library_startup.o
  439.    48458   39183 19.1% 16-Feb-96 10:30:08 +STARTBILD
  440.     2984     973 67.3% 22-Feb-96 14:12:02 +startup.o
  441.   132088   52128 60.5% 07-Feb-96 10:50:38 +storm.library
  442.   431100  208695 51.5% 11-Mar-96 23:39:58 +StormC
  443.    51628   21813 57.7% 21-Feb-96 16:17:00 +StormCPP
  444.   427380  148175 65.3% 22-Feb-96 12:59:08 +StormEd
  445.    75680   32751 56.7% 12-Mar-96 10:21:22 +StormLink
  446.   461216  159353 65.4% 22-Feb-96 12:59:10 +StormRun
  447.      188     103 45.2% 15-Feb-96 09:13:06 +StormSettings.ED
  448.      200     115 42.5% 09-Jan-96 21:26:42 +StormSettings.RUN
  449.   505836  173867 65.6% 22-Feb-96 12:59:04 +StormShell
  450.      599     320 46.5% 12-Jan-96 22:20:56 +template.¶
  451.      666     383 42.4% 18-Jan-96 18:51:48 +template.¶.info
  452.     2657     647 75.6% 12-Mar-96 14:17:18 +Tools.info
  453.     1188     549 53.7% 17-Feb-96 16:57:26 +MagicMenuPatch.info
  454.      280     241 13.9% 26-Jan-96 15:29:12 +MagicMenuPatch
  455.     4101    1746 57.4% 27-Jan-96 02:35:38 +MagicMenuPatch.guide
  456.     1406     520 63.0% 27-Jan-96 02:49:44 +MagicMenuPatch.guide.info
  457.     1576     720 54.3% 27-Jan-96 02:49:46 +MagicMenuPatch.info
  458.     1188     543 54.2% 17-Feb-96 16:57:36 +StormScreenManager.info
  459.    11396    5136 54.9% 21-Feb-96 18:30:26 +StormScreenManager
  460.      643     328 48.9% 17-Feb-96 16:57:36 +StormScreenManager.info
  461. -------- ------- ----- --------- --------
  462.  3429689 1326933 61.3% 14-Apr-96 10:26:20   276 files
  463.